projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c0e39
)
(scroll-bar-mode): Specify :initialize.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 2002 20:52:28 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 2002 20:52:28 +0000
(20:52 +0000)
lisp/scroll-bar.el
patch
|
blob
|
history
diff --git
a/lisp/scroll-bar.el
b/lisp/scroll-bar.el
index d08c5c63acd91971115ac7bd2500770bd0586e4b..7230ca046a08fdedac46b04cc24e7e676ee43f43 100644
(file)
--- a/
lisp/scroll-bar.el
+++ b/
lisp/scroll-bar.el
@@
-99,6
+99,9
@@
Setting the variable with a customization buffer also takes effect."
(const left)
(const right))
:group 'frames
+ ;; The default value for :initialize would try to use :set
+ ;; when processing the file in cus-dep.el.
+ :initialize 'custom-initialize-default
:set 'set-scroll-bar-mode-1)
;; We just set scroll-bar-mode, but that was the default.